Learn important concepts related to app signing and security, how to sign your app for release to Google Play using Android Studio, and how to opt in to Play App Signing.
使用 Android App Bundle 發布程式時,您必須使用上傳金鑰簽署應用程式套件,然後再上傳到 Play 管理中心,然後 Play 應用程式簽署功能會完成其餘的流程。 凡是在 Play 商店或其他商店以 APK 格式發布的應用程式,您必須手動簽署 APK 才能上傳。 本頁會介紹一些與應用程式簽署和安全性相關的重要概念,並說明如何透過 Android Studio 簽署應用程式以發布至 Google Play,以及如何設定 Play 應用程式簽署功能。 以下簡要概略說明簽署新應用程式並發布至 Go
Signed Apk generates a key and this key can be used to release versions of the app, so it is important to save this key which will be used when the next version of the app is released.